home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.001 / crossfir~ / eutl / Notes < prev    next >
Text File  |  1994-09-19  |  429b  |  9 lines

  1. tcplib should use iovec writes for the __DoSendMsg inside of SendMsg, which
  2. could potentially double the efficiency of the call.
  3. --
  4. Design issue of callbacks.
  5. What I want is the typechecked first class functions that you get as 
  6. part of SML. e.g. the function can keep around it's own data without
  7. me having to pass it, and I can send all of the arguments to the
  8. callback in a "normal" way.  How should this be implemented in C?
  9.